←Select platform

AnnObservableCollection<T> Constructor(List<T>)

Summary
Initializes a new instance of AnnObservableCollection from the specified list.
Syntax
C#
C++/CLI
Python
public AnnObservableCollection<T>( 
   List<T> list 
) 
public:  
   AnnObservableCollection<T>(List<T>^ list) 
__init__(self,list) # Overloaded constructor 

Parameters

list
Source list. Items will be added to this collection.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.